﻿p#Error {
    text-align: left;
    background: pink url(../images/blt/alert_red.png) no-repeat 7px 9px;
    color: #404041;
    width: 800px;
    font-family: Arial;
    font-size: 13px;
    padding: 10px;
    padding-left: 30px;
    margin: 10px auto 10px auto;
    border: 1px solid red
}

.tax-package-table .button-select {
    text-decoration: none;
    color: #fff;
    background: #dc6900;
    border: none;
    border-radius: 0px;
    margin: auto;
    margin-left: 4px;
    font-size: 11px;
    font-family: Georgia;
}

    .tax-package-table .button-select:hover {
        background: #a23030;
        cursor: pointer;
        color: white;
    }

.tax-package-table label {
    font-family: Arial;
    font-size: 14px;
}

fieldset {
    background: #f5f4f1;
    border: none;
    width: 1000px;
    margin: 0 auto;
    padding: 10px 32px !important;
}

.tax-package-table .title {
    font-family: Arial;
    color: #404041;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%
}

.tax-package-table ul {
    font-family: Arial;
    font-size: 13px;
    list-style-image: url(../images/blt/arrow_right.png);
    padding-right: 20px;
    padding-top: 10px
}

.tax-package-table li {
    border-top: 1px solid #ccc;
    padding: 4px 10px;
}

.tax-package-table td {
    width: 50%;
    border: none
}
